﻿2026-08-19T01:31:16.9113689Z ##[group]Run set -euo pipefail
2026-08-19T01:31:16.9114509Z [36;1mset -euo pipefail[0m
2026-08-19T01:31:16.9115636Z [36;1m# No `| head` anywhere here: under `set -o pipefail` a producer that is[0m
2026-08-19T01:31:16.9117266Z [36;1m# SIGPIPEd by an early-exiting head surfaces as exit 141 and reds a step whose[0m
2026-08-19T01:31:16.9119071Z [36;1m# only job is to print. First-line trimming is parameter expansion instead.[0m
2026-08-19T01:31:16.9120556Z [36;1mcargo_v=$(cargo --version); cargo_v=${cargo_v%%$'\n'*}[0m
2026-08-19T01:31:16.9121815Z [36;1mrustc_v=$(rustc --version); rustc_v=${rustc_v%%$'\n'*}[0m
2026-08-19T01:31:16.9123114Z [36;1mclippy_v=$(cargo clippy --version); clippy_v=${clippy_v%%$'\n'*}[0m
2026-08-19T01:31:16.9124716Z [36;1mactive=$(rustup show active-toolchain 2>/dev/null || true); active=${active%%$'\n'*}[0m
2026-08-19T01:31:16.9126168Z [36;1m[ -n "$active" ] || active="(no rustup on PATH)"[0m
2026-08-19T01:31:16.9127578Z [36;1mprintf 'TOOLCHAIN leg=linux runner=%s active=%s\n' "${RUNNER_NAME:-unknown}" "$active"[0m
2026-08-19T01:31:16.9129359Z [36;1mprintf 'TOOLCHAIN leg=linux %s\n' "$cargo_v"[0m
2026-08-19T01:31:16.9130402Z [36;1mprintf 'TOOLCHAIN leg=linux %s\n' "$rustc_v"[0m
2026-08-19T01:31:16.9131571Z [36;1mprintf 'TOOLCHAIN leg=linux clippy: %s\n' "$clippy_v"[0m
2026-08-19T01:31:16.9145289Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-19T01:31:16.9146272Z env:
2026-08-19T01:31:16.9146856Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-08-19T01:31:16.9147684Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-08-19T01:31:16.9159988Z   HEAVY: (package(spt-daemon) & kind(test) & binary(/^(attach|brain_swap|broker|budget|conn_blackhole_lifecycle|controller_lease|daemon_e2e|daemon_lifecycle_real_brain|digest|dispatch|driven_by_selfheal|endpoint_lifecycle|endpoint_survival|handoff|idempotent|inject_control_wedge|input_ack_deadlock|mesh_recovery|net_worker_starve|redispatch|redispatch_stall|registry_lifecycle|render_lifecycle|resize_geometry_epoch|resize_presentation_barrier|restart_replay_lifetime|resume|shellchan|spawn_truth|transport_death_eof|two_origin_spanning|twohost)$/)) | (package(spt) & kind(test) & binary(/^(attach_wedge_e2e|bind_cwd_project_e2e|bind_honest_cross_perch_e2e|brain_respawn_rename|brain_split|brain_survive|daemon_refresh_e2e|dummy_harness_e2e|endpoint_teardown_authority_e2e|engine_room_bringup_e2e|gateway_owner_shell_e2e|commune_two_cwd_e2e|job_escape_e2e|knock_approve_not_hostage_e2e|knock_mutual_cross_node_e2e|live_adapt_translation_swap_e2e|livehost_bootgate_e2e|multi_subnet_bringup_e2e|n1_pairing|oneliner_e2e|projindex_reader_e2e|projindex_writer_e2e|psyche_download_e2e|rc_attach_truth|resume_template_e2e|run_no_dup_session_e2e|wake_resume_bind_e2e)$/)) | (package(spt-term) & kind(test))
2026-08-19T01:31:16.9172591Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-08-19T01:31:16.9173376Z ##[endgroup]
2026-08-19T01:31:16.9849893Z TOOLCHAIN leg=linux runner=kitsubito active=stable-x86_64-unknown-linux-gnu (default)
2026-08-19T01:31:16.9851940Z TOOLCHAIN leg=linux cargo 1.96.0 (30a34c682 2026-05-25)
2026-08-19T01:31:16.9853332Z TOOLCHAIN leg=linux rustc 1.96.0 (ac68faa20 2026-05-25)
2026-08-19T01:31:16.9854846Z TOOLCHAIN leg=linux clippy: clippy 0.1.96 (ac68faa20c 2026-05-25)
